1
2 using
System.Diagnostics;
3 using
System;
4 using
System.Xml.Linq;
5 using
System.Windows.Forms;
6 using
System.Collections;
7 using
System.Drawing;
8 using
Microsoft.VisualBasic;
9 using
System.Data;
10 using
System.Collections.Generic;
11 using
System.Linq;
12
13
14
15 namespace
Grading_System
16 {
17     [
global::Microsoft.VisualBasic.CompilerServices.DesignerGenerated()]public partial class Form1 : System.Windows.Forms.Form
18     {
19         
20         
//Form overrides dispose to clean up the component list.
21         [System.Diagnostics.DebuggerNonUserCode()]
protected override void Dispose(bool disposing)
22         {
23             
try
24             {
25                 
if (disposing && components != null)
26                 {
27                     components.Dispose();
28                 }
29             }
30             
finally
31             {
32                 
base.Dispose(disposing);
33             }
34         }
35
36         
//Required by the Windows Form Designer
37         
38         
//NOTE: The following procedure is required by the Windows Form Designer
39         
//It can be modified using the Windows Form Designer.
40         
//Do not modify it using the code editor.
41         [System.Diagnostics.DebuggerStepThrough()]
private void InitializeComponent()
42         {
43             
this.components = new System.ComponentModel.Container();
44             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
45             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 =
new System.Windows.Forms.DataGridViewCellStyle();
46             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(Form1));
47             
this.Button1 = new System.Windows.Forms.Button();
48             
this.Button2 = new System.Windows.Forms.Button();
49             
this.Label1 = new System.Windows.Forms.Label();
50             
this.TextBox1 = new System.Windows.Forms.TextBox();
51             
this.Label2 = new System.Windows.Forms.Label();
52             
this.TextBox2 = new System.Windows.Forms.TextBox();
53             
this.GroupBox1 = new System.Windows.Forms.GroupBox();
54             
this.Label3 = new System.Windows.Forms.Label();
55             
this.TextBox5 = new System.Windows.Forms.TextBox();
56             
this.TextBox4 = new System.Windows.Forms.TextBox();
57             
this.TextBox3 = new System.Windows.Forms.TextBox();
58             
this.GroupBox3 = new System.Windows.Forms.GroupBox();
59             
this.Label5 = new System.Windows.Forms.Label();
60             
this.TextBox9 = new System.Windows.Forms.TextBox();
61             
this.TextBox11 = new System.Windows.Forms.TextBox();
62             
this.TextBox10 = new System.Windows.Forms.TextBox();
63             
this.GroupBox4 = new System.Windows.Forms.GroupBox();
64             
this.Label6 = new System.Windows.Forms.Label();
65             
this.TextBox12 = new System.Windows.Forms.TextBox();
66             
this.TextBox14 = new System.Windows.Forms.TextBox();
67             
this.TextBox13 = new System.Windows.Forms.TextBox();
68             
this.GroupBox5 = new System.Windows.Forms.GroupBox();
69             
this.Label7 = new System.Windows.Forms.Label();
70             
this.TextBox15 = new System.Windows.Forms.TextBox();
71             
this.TextBox17 = new System.Windows.Forms.TextBox();
72             
this.TextBox16 = new System.Windows.Forms.TextBox();
73             
this.GroupBox6 = new System.Windows.Forms.GroupBox();
74             
this.TextBox18 = new System.Windows.Forms.TextBox();
75             
this.Label9 = new System.Windows.Forms.Label();
76             
this.TextBox19 = new System.Windows.Forms.TextBox();
77             
this.Label8 = new System.Windows.Forms.Label();
78             
this.GroupBox2 = new System.Windows.Forms.GroupBox();
79             
this.Label4 = new System.Windows.Forms.Label();
80             
this.TextBox8 = new System.Windows.Forms.TextBox();
81             
this.TextBox6 = new System.Windows.Forms.TextBox();
82             
this.TextBox7 = new System.Windows.Forms.TextBox();
83             
this.DataGridView1 = new System.Windows.Forms.DataGridView();
84             
this.Label10 = new System.Windows.Forms.Label();
85             
this.Button3 = new System.Windows.Forms.Button();
86             
this.Label11 = new System.Windows.Forms.Label();
87             
this.Panel1 = new System.Windows.Forms.Panel();
88             
this.Button4 = new System.Windows.Forms.Button();
89             
this.Button5 = new System.Windows.Forms.Button();
90             
this.Button6 = new System.Windows.Forms.Button();
91             
this.FRST = new System.Windows.Forms.Button();
92             
this.NXT = new System.Windows.Forms.Button();
93             
this.LAST = new System.Windows.Forms.Button();
94             
this.PREV = new System.Windows.Forms.Button();
95             
this.Button11 = new System.Windows.Forms.Button();
96             
this.Button7 = new System.Windows.Forms.Button();
97             
this.STUDID = new System.Windows.Forms.TextBox();
98             
this.Label12 = new System.Windows.Forms.Label();
99             
this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components);
100             
this.GroupBox1.SuspendLayout();
101             
this.GroupBox3.SuspendLayout();
102             
this.GroupBox4.SuspendLayout();
103             
this.GroupBox5.SuspendLayout();
104             
this.GroupBox6.SuspendLayout();
105             
this.GroupBox2.SuspendLayout();
106             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView1)).BeginInit();
107             
this.Panel1.SuspendLayout();
108             
this.SuspendLayout();
109             
//
110             
// Button1
111             
//
112             
this.Button1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
113             
this.Button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
114             
this.Button1.Location = new System.Drawing.Point(84, 301);
115             
this.Button1.Name = "Button1";
116             
this.Button1.Size = new System.Drawing.Size(84, 23);
117             
this.Button1.TabIndex = 0;
118             
this.Button1.Text = "C&ompute";
119             
this.ToolTip1.SetToolTip(this.Button1, "COMPUTE GRADES\r\n Automatically compute all the \r\ngrades of specefic students.");
120             
this.Button1.UseVisualStyleBackColor = true;
121             
this.Button1.Click += new System.EventHandler(this.Button1_Click);
122             
//
123             
// Button2
124             
//
125             
this.Button2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
126             
this.Button2.ForeColor = System.Drawing.Color.Maroon;
127             
this.Button2.Location = new System.Drawing.Point(471, 352);
128             
this.Button2.Name = "Button2";
129             
this.Button2.Size = new System.Drawing.Size(123, 51);
130             
this.Button2.TabIndex = 1;
131             
this.Button2.Text = "&Exit Program";
132             
this.ToolTip1.SetToolTip(this.Button2, "EXIT PROGRAM");
133             
this.Button2.UseVisualStyleBackColor = true;
134             
this.Button2.Click += new System.EventHandler(this.Button2_Click);
135             
//
136             
// Label1
137             
//
138             
this.Label1.AutoSize = true;
139             
this.Label1.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
140             
this.Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
141             
this.Label1.Location = new System.Drawing.Point(12, 72);
142             
this.Label1.Name = "Label1";
143             
this.Label1.Size = new System.Drawing.Size(85, 21);
144             
this.Label1.TabIndex = 2;
145             
this.Label1.Text = "Firstname:";
146             
//
147             
// TextBox1
148             
//
149             
this.TextBox1.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
150             
this.TextBox1.Location = new System.Drawing.Point(102, 72);
151             
this.TextBox1.Name = "TextBox1";
152             
this.TextBox1.Size = new System.Drawing.Size(144, 24);
153             
this.TextBox1.TabIndex = 3;
154             
//
155             
// Label2
156             
//
157             
this.Label2.AutoSize = true;
158             
this.Label2.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
159             
this.Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
160             
this.Label2.Location = new System.Drawing.Point(252, 69);
161             
this.Label2.Name = "Label2";
162             
this.Label2.Size = new System.Drawing.Size(81, 21);
163             
this.Label2.TabIndex = 4;
164             
this.Label2.Text = "Lastname:";
165             
//
166             
// TextBox2
167             
//
168             
this.TextBox2.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
169             
this.TextBox2.Location = new System.Drawing.Point(337, 71);
170             
this.TextBox2.Name = "TextBox2";
171             
this.TextBox2.Size = new System.Drawing.Size(155, 24);
172             
this.TextBox2.TabIndex = 6;
173             
//
174             
// GroupBox1
175             
//
176             
this.GroupBox1.Controls.Add(this.Label3);
177             
this.GroupBox1.Controls.Add(this.TextBox5);
178             
this.GroupBox1.Controls.Add(this.TextBox4);
179             
this.GroupBox1.Controls.Add(this.TextBox3);
180             
this.GroupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
181             
this.GroupBox1.Location = new System.Drawing.Point(13, 103);
182             
this.GroupBox1.Name = "GroupBox1";
183             
this.GroupBox1.Size = new System.Drawing.Size(228, 51);
184             
this.GroupBox1.TabIndex = 7;
185             
this.GroupBox1.TabStop = false;
186             
this.GroupBox1.Text = "Attendance 20 EG 10%";
187             
//
188             
// Label3
189             
//
190             
this.Label3.AutoSize = true;
191             
this.Label3.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
192             
this.Label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
193             
this.Label3.Location = new System.Drawing.Point(6, 19);
194             
this.Label3.Name = "Label3";
195             
this.Label3.Size = new System.Drawing.Size(52, 21);
196             
this.Label3.TabIndex = 10;
197             
this.Label3.Text = "Score:";
198             
//
199             
// TextBox5
200             
//
201             
this.TextBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
202             
this.TextBox5.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
203             
this.TextBox5.Location = new System.Drawing.Point(168, 19);
204             
this.TextBox5.Name = "TextBox5";
205             
this.TextBox5.ReadOnly = true;
206             
this.TextBox5.Size = new System.Drawing.Size(46, 24);
207             
this.TextBox5.TabIndex = 12;
208             
//
209             
// TextBox4
210             
//
211             
this.TextBox4.AcceptsTab = true;
212             
this.TextBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
213             
this.TextBox4.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
214             
this.TextBox4.Location = new System.Drawing.Point(116, 19);
215             
this.TextBox4.Name = "TextBox4";
216             
this.TextBox4.ReadOnly = true;
217             
this.TextBox4.Size = new System.Drawing.Size(46, 24);
218             
this.TextBox4.TabIndex = 11;
219             
//
220             
// TextBox3
221             
//
222             
this.TextBox3.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
223             
this.TextBox3.Location = new System.Drawing.Point(64, 19);
224             
this.TextBox3.Name = "TextBox3";
225             
this.TextBox3.Size = new System.Drawing.Size(46, 24);
226             
this.TextBox3.TabIndex = 3;
227             
//
228             
// GroupBox3
229             
//
230             
this.GroupBox3.Controls.Add(this.Label5);
231             
this.GroupBox3.Controls.Add(this.TextBox9);
232             
this.GroupBox3.Controls.Add(this.TextBox11);
233             
this.GroupBox3.Controls.Add(this.TextBox10);
234             
this.GroupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
235             
this.GroupBox3.Location = new System.Drawing.Point(12, 223);
236             
this.GroupBox3.Name = "GroupBox3";
237             
this.GroupBox3.Size = new System.Drawing.Size(228, 62);
238             
this.GroupBox3.TabIndex = 8;
239             
this.GroupBox3.TabStop = false;
240             
this.GroupBox3.Text = "Practical Quiz 50 EG 20%";
241             
//
242             
// Label5
243             
//
244             
this.Label5.AutoSize = true;
245             
this.Label5.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
246             
this.Label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
247             
this.Label5.Location = new System.Drawing.Point(7, 19);
248             
this.Label5.Name = "Label5";
249             
this.Label5.Size = new System.Drawing.Size(52, 21);
250             
this.Label5.TabIndex = 18;
251             
this.Label5.Text = "Score:";
252             
//
253             
// TextBox9
254             
//
255             
this.TextBox9.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
256             
this.TextBox9.Location = new System.Drawing.Point(65, 19);
257             
this.TextBox9.Name = "TextBox9";
258             
this.TextBox9.Size = new System.Drawing.Size(46, 24);
259             
this.TextBox9.TabIndex = 5;
260             
//
261             
// TextBox11
262             
//
263             
this.TextBox11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
264             
this.TextBox11.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
265             
this.TextBox11.Location = new System.Drawing.Point(169, 19);
266             
this.TextBox11.Name = "TextBox11";
267             
this.TextBox11.ReadOnly = true;
268             
this.TextBox11.Size = new System.Drawing.Size(46, 24);
269             
this.TextBox11.TabIndex = 19;
270             
//
271             
// TextBox10
272             
//
273             
this.TextBox10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
274             
this.TextBox10.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
275             
this.TextBox10.Location = new System.Drawing.Point(117, 19);
276             
this.TextBox10.Name = "TextBox10";
277             
this.TextBox10.ReadOnly = true;
278             
this.TextBox10.Size = new System.Drawing.Size(46, 24);
279             
this.TextBox10.TabIndex = 20;
280             
//
281             
// GroupBox4
282             
//
283             
this.GroupBox4.Controls.Add(this.Label6);
284             
this.GroupBox4.Controls.Add(this.TextBox12);
285             
this.GroupBox4.Controls.Add(this.TextBox14);
286             
this.GroupBox4.Controls.Add(this.TextBox13);
287             
this.GroupBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
288             
this.GroupBox4.Location = new System.Drawing.Point(266, 103);
289             
this.GroupBox4.Name = "GroupBox4";
290             
this.GroupBox4.Size = new System.Drawing.Size(228, 51);
291             
this.GroupBox4.TabIndex = 8;
292             
this.GroupBox4.TabStop = false;
293             
this.GroupBox4.Text = "Project 100 EG 30%";
294             
//
295             
// Label6
296             
//
297             
this.Label6.AutoSize = true;
298             
this.Label6.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
299             
this.Label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
300             
this.Label6.Location = new System.Drawing.Point(6, 19);
301             
this.Label6.Name = "Label6";
302             
this.Label6.Size = new System.Drawing.Size(52, 21);
303             
this.Label6.TabIndex = 22;
304             
this.Label6.Text = "Score:";
305             
//
306             
// TextBox12
307             
//
308             
this.TextBox12.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
309             
this.TextBox12.Location = new System.Drawing.Point(65, 19);
310             
this.TextBox12.Name = "TextBox12";
311             
this.TextBox12.Size = new System.Drawing.Size(46, 24);
312             
this.TextBox12.TabIndex = 6;
313             
//
314             
// TextBox14
315             
//
316             
this.TextBox14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
317             
this.TextBox14.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
318             
this.TextBox14.Location = new System.Drawing.Point(169, 19);
319             
this.TextBox14.Name = "TextBox14";
320             
this.TextBox14.ReadOnly = true;
321             
this.TextBox14.Size = new System.Drawing.Size(46, 24);
322             
this.TextBox14.TabIndex = 24;
323             
//
324             
// TextBox13
325             
//
326             
this.TextBox13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
327             
this.TextBox13.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
328             
this.TextBox13.Location = new System.Drawing.Point(117, 19);
329             
this.TextBox13.Name = "TextBox13";
330             
this.TextBox13.ReadOnly = true;
331             
this.TextBox13.Size = new System.Drawing.Size(46, 24);
332             
this.TextBox13.TabIndex = 23;
333             
//
334             
// GroupBox5
335             
//
336             
this.GroupBox5.Controls.Add(this.Label7);
337             
this.GroupBox5.Controls.Add(this.TextBox15);
338             
this.GroupBox5.Controls.Add(this.TextBox17);
339             
this.GroupBox5.Controls.Add(this.TextBox16);
340             
this.GroupBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
341             
this.GroupBox5.Location = new System.Drawing.Point(266, 160);
342             
this.GroupBox5.Name = "GroupBox5";
343             
this.GroupBox5.Size = new System.Drawing.Size(228, 57);
344             
this.GroupBox5.TabIndex = 8;
345             
this.GroupBox5.TabStop = false;
346             
this.GroupBox5.Text = "Prelim Exam 100 EG 30%";
347             
//
348             
// Label7
349             
//
350             
this.Label7.AutoSize = true;
351             
this.Label7.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
352             
this.Label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
353             
this.Label7.Location = new System.Drawing.Point(7, 19);
354             
this.Label7.Name = "Label7";
355             
this.Label7.Size = new System.Drawing.Size(52, 21);
356             
this.Label7.TabIndex = 26;
357             
this.Label7.Text = "Score:";
358             
//
359             
// TextBox15
360             
//
361             
this.TextBox15.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
362             
this.TextBox15.Location = new System.Drawing.Point(65, 19);
363             
this.TextBox15.Name = "TextBox15";
364             
this.TextBox15.Size = new System.Drawing.Size(46, 24);
365             
this.TextBox15.TabIndex = 7;
366             
//
367             
// TextBox17
368             
//
369             
this.TextBox17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
370             
this.TextBox17.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
371             
this.TextBox17.Location = new System.Drawing.Point(174, 19);
372             
this.TextBox17.Name = "TextBox17";
373             
this.TextBox17.ReadOnly = true;
374             
this.TextBox17.Size = new System.Drawing.Size(46, 24);
375             
this.TextBox17.TabIndex = 27;
376             
//
377             
// TextBox16
378             
//
379             
this.TextBox16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
380             
this.TextBox16.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
381             
this.TextBox16.Location = new System.Drawing.Point(119, 19);
382             
this.TextBox16.Name = "TextBox16";
383             
this.TextBox16.ReadOnly = true;
384             
this.TextBox16.Size = new System.Drawing.Size(46, 24);
385             
this.TextBox16.TabIndex = 28;
386             
//
387             
// GroupBox6
388             
//
389             
this.GroupBox6.Controls.Add(this.TextBox18);
390             
this.GroupBox6.Controls.Add(this.Label9);
391             
this.GroupBox6.Controls.Add(this.TextBox19);
392             
this.GroupBox6.Controls.Add(this.Label8);
393             
this.GroupBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
394             
this.GroupBox6.Location = new System.Drawing.Point(266, 223);
395             
this.GroupBox6.Name = "GroupBox6";
396             
this.GroupBox6.Size = new System.Drawing.Size(228, 75);
397             
this.GroupBox6.TabIndex = 9;
398             
this.GroupBox6.TabStop = false;
399             
this.GroupBox6.Text = "PRELIM COMPUTED";
400             
//
401             
// TextBox18
402             
//
403             
this.TextBox18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
404             
this.TextBox18.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
405             
this.TextBox18.Location = new System.Drawing.Point(19, 41);
406             
this.TextBox18.Name = "TextBox18";
407             
this.TextBox18.ReadOnly = true;
408             
this.TextBox18.Size = new System.Drawing.Size(87, 24);
409             
this.TextBox18.TabIndex = 29;
410             
//
411             
// Label9
412             
//
413             
this.Label9.AutoSize = true;
414             
this.Label9.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
415             
this.Label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
416             
this.Label9.Location = new System.Drawing.Point(125, 17);
417             
this.Label9.Name = "Label9";
418             
this.Label9.Size = new System.Drawing.Size(76, 21);
419             
this.Label9.TabIndex = 30;
420             
this.Label9.Text = "Remarks:";
421             
//
422             
// TextBox19
423             
//
424             
this.TextBox19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
425             
this.TextBox19.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
426             
this.TextBox19.Location = new System.Drawing.Point(119, 41);
427             
this.TextBox19.Name = "TextBox19";
428             
this.TextBox19.ReadOnly = true;
429             
this.TextBox19.Size = new System.Drawing.Size(98, 24);
430             
this.TextBox19.TabIndex = 30;
431             
//
432             
// Label8
433             
//
434             
this.Label8.AutoSize = true;
435             
this.Label8.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
436             
this.Label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
437             
this.Label8.Location = new System.Drawing.Point(15, 17);
438             
this.Label8.Name = "Label8";
439             
this.Label8.Size = new System.Drawing.Size(108, 21);
440             
this.Label8.TabIndex = 29;
441             
this.Label8.Text = "Prelim Grade:";
442             
//
443             
// GroupBox2
444             
//
445             
this.GroupBox2.Controls.Add(this.Label4);
446             
this.GroupBox2.Controls.Add(this.TextBox8);
447             
this.GroupBox2.Controls.Add(this.TextBox6);
448             
this.GroupBox2.Controls.Add(this.TextBox7);
449             
this.GroupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
450             
this.GroupBox2.Location = new System.Drawing.Point(13, 160);
451             
this.GroupBox2.Name = "GroupBox2";
452             
this.GroupBox2.Size = new System.Drawing.Size(228, 57);
453             
this.GroupBox2.TabIndex = 8;
454             
this.GroupBox2.TabStop = false;
455             
this.GroupBox2.Text = "Writtten Quiz 50 EG 10%";
456             
//
457             
// Label4
458             
//
459             
this.Label4.AutoSize = true;
460             
this.Label4.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
461             
this.Label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
462             
this.Label4.Location = new System.Drawing.Point(6, 19);
463             
this.Label4.Name = "Label4";
464             
this.Label4.Size = new System.Drawing.Size(52, 21);
465             
this.Label4.TabIndex = 14;
466             
this.Label4.Text = "Score:";
467             
//
468             
// TextBox8
469             
//
470             
this.TextBox8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
471             
this.TextBox8.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
472             
this.TextBox8.Location = new System.Drawing.Point(168, 19);
473             
this.TextBox8.Name = "TextBox8";
474             
this.TextBox8.ReadOnly = true;
475             
this.TextBox8.Size = new System.Drawing.Size(46, 24);
476             
this.TextBox8.TabIndex = 13;
477             
//
478             
// TextBox6
479             
//
480             
this.TextBox6.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
481             
this.TextBox6.Location = new System.Drawing.Point(64, 19);
482             
this.TextBox6.Name = "TextBox6";
483             
this.TextBox6.Size = new System.Drawing.Size(46, 24);
484             
this.TextBox6.TabIndex = 4;
485             
//
486             
// TextBox7
487             
//
488             
this.TextBox7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
489             
this.TextBox7.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
490             
this.TextBox7.Location = new System.Drawing.Point(116, 19);
491             
this.TextBox7.Name = "TextBox7";
492             
this.TextBox7.ReadOnly = true;
493             
this.TextBox7.Size = new System.Drawing.Size(46, 24);
494             
this.TextBox7.TabIndex = 15;
495             
//
496             
// DataGridView1
497             
//
498             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
499             dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
500             dataGridViewCellStyle1.Font =
new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
501             dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
502             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
503             dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
504             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
505             
this.DataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
506             
this.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
507             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
508             dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
509             dataGridViewCellStyle2.Font =
new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
510             dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
511             dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
512             dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
513             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
514             
this.DataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
515             
this.DataGridView1.Location = new System.Drawing.Point(543, 86);
516             
this.DataGridView1.Name = "DataGridView1";
517             
this.DataGridView1.RightToLeft = System.Windows.Forms.RightToLeft.No;
518             
this.DataGridView1.RowHeadersWidth = 15;
519             
this.DataGridView1.Size = new System.Drawing.Size(568, 211);
520             
this.DataGridView1.TabIndex = 10;
521             
this.DataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellDoubleClick);
522             
//
523             
// Label10
524             
//
525             
this.Label10.AutoSize = true;
526             
this.Label10.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
527             
this.Label10.Location = new System.Drawing.Point(788, 57);
528             
this.Label10.Name = "Label10";
529             
this.Label10.Size = new System.Drawing.Size(64, 22);
530             
this.Label10.TabIndex = 11;
531             
this.Label10.Text = "Results";
532             
//
533             
// Button3
534             
//
535             
this.Button3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
536             
this.Button3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
537             
this.Button3.Location = new System.Drawing.Point(7, 301);
538             
this.Button3.Name = "Button3";
539             
this.Button3.Size = new System.Drawing.Size(71, 23);
540             
this.Button3.TabIndex = 12;
541             
this.Button3.Text = "&Clear All";
542             
this.ToolTip1.SetToolTip(this.Button3, "CLEAR ALL\r\nAllows you to erase all the current details \r\nthat can be found in all" +
543         
" textbox.");
544             
this.Button3.UseVisualStyleBackColor = true;
545             
this.Button3.Click += new System.EventHandler(this.Button3_Click);
546             
//
547             
// Label11
548             
//
549             
this.Label11.AutoSize = true;
550             
this.Label11.Font = new System.Drawing.Font("Cooper Black", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
551             
this.Label11.ForeColor = System.Drawing.Color.Maroon;
552             
this.Label11.Location = new System.Drawing.Point(429, 8);
553             
this.Label11.Name = "Label11";
554             
this.Label11.Size = new System.Drawing.Size(353, 27);
555             
this.Label11.TabIndex = 13;
556             
this.Label11.Text = "STUDENT GRADE RECORD";
557             
//
558             
// Panel1
559             
//
560             
this.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
561             
this.Panel1.Controls.Add(this.Label11);
562             
this.Panel1.Dock = System.Windows.Forms.DockStyle.Top;
563             
this.Panel1.Location = new System.Drawing.Point(0, 0);
564             
this.Panel1.Name = "Panel1";
565             
this.Panel1.Size = new System.Drawing.Size(1123, 39);
566             
this.Panel1.TabIndex = 14;
567             
//
568             
// Button4
569             
//
570             
this.Button4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
571             
this.Button4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
572             
this.Button4.Location = new System.Drawing.Point(174, 302);
573             
this.Button4.Name = "Button4";
574             
this.Button4.Size = new System.Drawing.Size(107, 22);
575             
this.Button4.TabIndex = 15;
576             
this.Button4.Text = "Save";
577             
this.ToolTip1.SetToolTip(this.Button4, "SAVE RECORD\r\n It allow\'s the user to save the new record.");
578             
this.Button4.UseVisualStyleBackColor = true;
579             
this.Button4.Click += new System.EventHandler(this.Button4_Click);
580             
//
581             
// Button5
582             
//
583             
this.Button5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
584             
this.Button5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
585             
this.Button5.Location = new System.Drawing.Point(543, 301);
586             
this.Button5.Name = "Button5";
587             
this.Button5.Size = new System.Drawing.Size(107, 23);
588             
this.Button5.TabIndex = 16;
589             
this.Button5.Text = "&Load Students";
590             
this.ToolTip1.SetToolTip(this.Button5, "LOAD STUDENTS\r\n It loads all the student information in the datagridview.\r\nAnd" +
591         
" the user\'s are allow to view specefic student\'s data by\r\ndouble clicking the ce" +
592         
"lls.");
593             
this.Button5.UseVisualStyleBackColor = true;
594             
this.Button5.Click += new System.EventHandler(this.Button5_Click);
595             
//
596             
// Button6
597             
//
598             
this.Button6.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
599             
this.Button6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
600             
this.Button6.Location = new System.Drawing.Point(656, 301);
601             
this.Button6.Name = "Button6";
602             
this.Button6.Size = new System.Drawing.Size(107, 23);
603             
this.Button6.TabIndex = 17;
604             
this.Button6.Text = "Show Details";
605             
this.ToolTip1.SetToolTip(this.Button6, "SHOW DETAILS\r\n Let\'s you to view the current detail of the specefic \r\nstudent" +
606         
" you selected in the datagridview.");
607             
this.Button6.UseVisualStyleBackColor = true;
608             
this.Button6.Click += new System.EventHandler(this.Button6_Click);
609             
//
610             
// FRST
611             
//
612             
this.FRST.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
613             
this.FRST.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
614             
this.FRST.Location = new System.Drawing.Point(769, 301);
615             
this.FRST.Name = "FRST";
616             
this.FRST.Size = new System.Drawing.Size(72, 23);
617             
this.FRST.TabIndex = 18;
618             
this.FRST.Text = "First";
619             
this.ToolTip1.SetToolTip(this.FRST, "FIRST RECORD");
620             
this.FRST.UseVisualStyleBackColor = true;
621             
this.FRST.Click += new System.EventHandler(this.FRST_Click);
622             
//
623             
// NXT
624             
//
625             
this.NXT.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
626             
this.NXT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
627             
this.NXT.Location = new System.Drawing.Point(934, 301);
628             
this.NXT.Name = "NXT";
629             
this.NXT.Size = new System.Drawing.Size(95, 23);
630             
this.NXT.TabIndex = 19;
631             
this.NXT.Text = "Next";
632             
this.ToolTip1.SetToolTip(this.NXT, "NEXT");
633             
this.NXT.UseVisualStyleBackColor = true;
634             
this.NXT.Click += new System.EventHandler(this.NXT_Click);
635             
//
636             
// LAST
637             
//
638             
this.LAST.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
639             
this.LAST.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
640             
this.LAST.Location = new System.Drawing.Point(1035, 301);
641             
this.LAST.Name = "LAST";
642             
this.LAST.Size = new System.Drawing.Size(76, 23);
643             
this.LAST.TabIndex = 20;
644             
this.LAST.Text = "Last";
645             
this.ToolTip1.SetToolTip(this.LAST, "LAST RECORD");
646             
this.LAST.UseVisualStyleBackColor = true;
647             
this.LAST.Click += new System.EventHandler(this.LAST_Click);
648             
//
649             
// PREV
650             
//
651             
this.PREV.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
652             
this.PREV.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
653             
this.PREV.Location = new System.Drawing.Point(847, 301);
654             
this.PREV.Name = "PREV";
655             
this.PREV.Size = new System.Drawing.Size(81, 23);
656             
this.PREV.TabIndex = 21;
657             
this.PREV.Text = "Previous";
658             
this.ToolTip1.SetToolTip(this.PREV, "PREVIOUS");
659             
this.PREV.UseVisualStyleBackColor = true;
660             
this.PREV.Click += new System.EventHandler(this.PREV_Click);
661             
//
662             
// Button11
663             
//
664             
this.Button11.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
665             
this.Button11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
666             
this.Button11.Location = new System.Drawing.Point(400, 301);
667             
this.Button11.Name = "Button11";
668             
this.Button11.Size = new System.Drawing.Size(106, 23);
669             
this.Button11.TabIndex = 22;
670             
this.Button11.Text = "Delete";
671             
this.ToolTip1.SetToolTip(this.Button11, "DELETE RECORD\r\n It delete the any unnecessary record.");
672             
this.Button11.UseVisualStyleBackColor = true;
673             
this.Button11.Click += new System.EventHandler(this.Button11_Click);
674             
//
675             
// Button7
676             
//
677             
this.Button7.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
678             
this.Button7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
679             
this.Button7.Location = new System.Drawing.Point(287, 301);
680             
this.Button7.Name = "Button7";
681             
this.Button7.Size = new System.Drawing.Size(107, 23);
682             
this.Button7.TabIndex = 23;
683             
this.Button7.Text = "Update";
684             
this.ToolTip1.SetToolTip(this.Button7, "UPDATE RECORD\r\n It allows you to upadate any changes\r\nyou made to the current" +
685         
" record.");
686             
this.Button7.UseVisualStyleBackColor = true;
687             
this.Button7.Click += new System.EventHandler(this.Button7_Click);
688             
//
689             
// STUDID
690             
//
691             
this.STUDID.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
692             
this.STUDID.Location = new System.Drawing.Point(510, 41);
693             
this.STUDID.Name = "STUDID";
694             
this.STUDID.Size = new System.Drawing.Size(198, 24);
695             
this.STUDID.TabIndex = 25;
696             
//
697             
// Label12
698             
//
699             
this.Label12.AutoSize = true;
700             
this.Label12.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
701             
this.Label12.Location = new System.Drawing.Point(391, 41);
702             
this.Label12.Name = "Label12";
703             
this.Label12.Size = new System.Drawing.Size(111, 21);
704             
this.Label12.TabIndex = 24;
705             
this.Label12.Text = "STUDENT ID:";
706             
//
707             
// Form1
708             
//
709             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
710             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
711             
this.ClientSize = new System.Drawing.Size(1123, 415);
712             
this.Controls.Add(this.STUDID);
713             
this.Controls.Add(this.Label12);
714             
this.Controls.Add(this.Button7);
715             
this.Controls.Add(this.Button11);
716             
this.Controls.Add(this.PREV);
717             
this.Controls.Add(this.LAST);
718             
this.Controls.Add(this.NXT);
719             
this.Controls.Add(this.FRST);
720             
this.Controls.Add(this.Button6);
721             
this.Controls.Add(this.Button5);
722             
this.Controls.Add(this.Button4);
723             
this.Controls.Add(this.Panel1);
724             
this.Controls.Add(this.Button3);
725             
this.Controls.Add(this.Label10);
726             
this.Controls.Add(this.DataGridView1);
727             
this.Controls.Add(this.GroupBox6);
728             
this.Controls.Add(this.GroupBox2);
729             
this.Controls.Add(this.GroupBox3);
730             
this.Controls.Add(this.GroupBox4);
731             
this.Controls.Add(this.GroupBox5);
732             
this.Controls.Add(this.GroupBox1);
733             
this.Controls.Add(this.TextBox2);
734             
this.Controls.Add(this.Label2);
735             
this.Controls.Add(this.TextBox1);
736             
this.Controls.Add(this.Label1);
737             
this.Controls.Add(this.Button2);
738             
this.Controls.Add(this.Button1);
739             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
740             
this.Name = "Form1";
741             
this.Text = "Grading System";
742             
this.GroupBox1.ResumeLayout(false);
743             
this.GroupBox1.PerformLayout();
744             
this.GroupBox3.ResumeLayout(false);
745             
this.GroupBox3.PerformLayout();
746             
this.GroupBox4.ResumeLayout(false);
747             
this.GroupBox4.PerformLayout();
748             
this.GroupBox5.ResumeLayout(false);
749             
this.GroupBox5.PerformLayout();
750             
this.GroupBox6.ResumeLayout(false);
751             
this.GroupBox6.PerformLayout();
752             
this.GroupBox2.ResumeLayout(false);
753             
this.GroupBox2.PerformLayout();
754             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView1)).EndInit();
755             
this.Panel1.ResumeLayout(false);
756             
this.Panel1.PerformLayout();
757             
this.ResumeLayout(false);
758             
this.PerformLayout();
759
760         }
761         
internal System.Windows.Forms.Button Button1;
762         
internal System.Windows.Forms.Button Button2;
763         
internal System.Windows.Forms.Label Label1;
764         
internal System.Windows.Forms.TextBox TextBox1;
765         
internal System.Windows.Forms.Label Label2;
766         
internal System.Windows.Forms.TextBox TextBox2;
767         
internal System.Windows.Forms.GroupBox GroupBox1;
768         
internal System.Windows.Forms.GroupBox GroupBox3;
769         
internal System.Windows.Forms.GroupBox GroupBox4;
770         
internal System.Windows.Forms.GroupBox GroupBox5;
771         
internal System.Windows.Forms.GroupBox GroupBox6;
772         
internal System.Windows.Forms.Label Label3;
773         
internal System.Windows.Forms.TextBox TextBox5;
774         
internal System.Windows.Forms.TextBox TextBox4;
775         
internal System.Windows.Forms.TextBox TextBox3;
776         
internal System.Windows.Forms.GroupBox GroupBox2;
777         
internal System.Windows.Forms.Label Label4;
778         
internal System.Windows.Forms.TextBox TextBox8;
779         
internal System.Windows.Forms.TextBox TextBox6;
780         
internal System.Windows.Forms.TextBox TextBox7;
781         
internal System.Windows.Forms.Label Label5;
782         
internal System.Windows.Forms.TextBox TextBox9;
783         
internal System.Windows.Forms.TextBox TextBox11;
784         
internal System.Windows.Forms.TextBox TextBox10;
785         
internal System.Windows.Forms.Label Label6;
786         
internal System.Windows.Forms.TextBox TextBox12;
787         
internal System.Windows.Forms.TextBox TextBox14;
788         
internal System.Windows.Forms.TextBox TextBox13;
789         
internal System.Windows.Forms.Label Label7;
790         
internal System.Windows.Forms.TextBox TextBox15;
791         
internal System.Windows.Forms.TextBox TextBox17;
792         
internal System.Windows.Forms.TextBox TextBox16;
793         
internal System.Windows.Forms.TextBox TextBox18;
794         
internal System.Windows.Forms.Label Label9;
795         
internal System.Windows.Forms.TextBox TextBox19;
796         
internal System.Windows.Forms.Label Label8;
797         
internal System.Windows.Forms.DataGridView DataGridView1;
798         
internal System.Windows.Forms.Label Label10;
799         
internal System.Windows.Forms.Button Button3;
800         
internal System.Windows.Forms.Label Label11;
801         
internal System.Windows.Forms.Panel Panel1;
802         
internal System.Windows.Forms.Button Button4;
803         
internal System.Windows.Forms.Button Button5;
804         
internal System.Windows.Forms.Button Button6;
805         
internal System.Windows.Forms.Button FRST;
806         
internal System.Windows.Forms.Button NXT;
807         
internal System.Windows.Forms.Button LAST;
808         
internal System.Windows.Forms.Button PREV;
809         
internal System.Windows.Forms.Button Button11;
810         
internal System.Windows.Forms.Button Button7;
811         
internal System.Windows.Forms.TextBox STUDID;
812         
internal System.Windows.Forms.Label Label12;
813         
internal System.Windows.Forms.ToolTip ToolTip1;
814         
private System.ComponentModel.IContainer components;
815         
816     }
817     
818 }



Hệ thống thông tin sinh viên trong C# 5.194 lượt xem

Gõ tìm kiếm nhanh...